home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Most Valuable Games 2
/
Most Valuable Games Volume 2 (MVP Publishing)(August 1995).iso
/
games
/
zool2
/
go.bat
< prev
next >
Wrap
DOS Batch File
|
1995-04-21
|
841b
|
29 lines
echo off
rem *** GO Script Copyright (C) 1995 Lab Software, Inc.
rem *** No parts of this install script may be modified or redistributed,
rem *** without written consent from Lab Software, Inc. Contact us at:
rem *** Lab Software, Inc. 650 N Larkin Avenue Joliet, IL 60435 815-744-DISK
echo
echo NOTE: This is a DOS only game, and should NOT be run from Windows.
:labsoft_com
if not exist LABSOFT.COM goto start
echo
echo Type "LABSOFT" for information on:
echo - installing and running software - troubleshooting problems
echo - reading and printing documentation - general shareware concepts
echo - contacting Lab Software, Inc.
:start
echo
echo Preparing to start Zool2
echo
echo Press CTRL+C followed by "Y" to abort, otherwise press any key to continue
pause >nul
ZOOL2.exe
:end